From: Keir Fraser Date: Tue, 17 Mar 2009 14:32:52 +0000 (+0000) Subject: x86 mcheck: Fix the build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13992^2~53 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=9bdaef991bd668f9531c756065862874c7b28922;p=xen.git x86 mcheck: Fix the build. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/cpu/mcheck/x86_mca.h b/xen/arch/x86/cpu/mcheck/x86_mca.h index 7661d57e06..e9a21d17f3 100644 --- a/xen/arch/x86/cpu/mcheck/x86_mca.h +++ b/xen/arch/x86/cpu/mcheck/x86_mca.h @@ -92,6 +92,5 @@ DECLARE_PER_CPU(cpu_banks_t, mce_banks_owned); /* Global variables */ extern int mce_disabled; extern unsigned int nr_mce_banks; -extern int firstbank; #endif /* X86_MCA_H */